CallingMessageTarget

sealed interface CallingMessageTarget

Inheritors

Types

Link copied to clipboard
data class HostConversation(val specificTarget: <Error class: unknown class> = MessageTarget.Conversation()) : CallingMessageTarget

Send the message to the host conversation. Supports ignoring users through the specificTarget.

Link copied to clipboard

Send the message only to other devices of self-user.

Properties

Link copied to clipboard
abstract val specificTarget: <Error class: unknown class>